home *** CD-ROM | disk | FTP | other *** search
Makefile | 1999-07-12 | 5.1 KB | 185 lines |
- #
- # File: Makefile
- #
- # Contains: xxx put contents here xxx
- #
- # Version: xxx put version here xxx
- #
- # Copyright: © 1999 by Apple Computer, Inc., all rights reserved.
- #
- # File Ownership:
- #
- # DRI: xxx put dri here xxx
- #
- # Other Contact: xxx put other contact here xxx
- #
- # Technology: xxx put technology here xxx
- #
- # Writers:
- #
- # (BWS) Brent Schorsch
- #
- # Change History (most recent first):
- #
- # <SP1> 7/1/99 BWS first checked in
- #
-
- # To build ISp sample, set the current directory to the directory with this file
- # then do 'BuildProgram ISp_Sample'
-
- # SetDirectory xxxxxxxxxx
- # BuildProgram ISp_Sample
-
-
- MAKEFILE = Makefile
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
-
- ResDir = :Resources:
- SrcDir = :Source:
-
- Includes = ∂
- -i {SrcDir} ∂
- -i {ResDir}
-
- Sym•PPC =
- ObjDir•PPC = :Objects:
-
- DoC = MrC
- DoCPP = MrCPP
-
- COpts = {Includes} {Sym•PPC} -proto strict -align power -opt speed -tb on
- CPPOpts = {Includes} {Sym•PPC} -align power -opt speed -tb on
-
- Objects•PPC = ∂
- "{ObjDir•PPC}AboutBox.c.x" ∂
- "{ObjDir•PPC}AppleEventHandler.c.x" ∂
- "{ObjDir•PPC}CModalDialog.cp.x" ∂
- "{ObjDir•PPC}ErrorAlert.c.x" ∂
- "{ObjDir•PPC}EventHandler.cp.x" ∂
- "{ObjDir•PPC}ISp_Sample.c.x" ∂
- "{ObjDir•PPC}main.c.x" ∂
- "{ObjDir•PPC}MainWindow.cp.x" ∂
- "{ObjDir•PPC}MemoryHandler.c.x" ∂
- "{ObjDir•PPC}MenuHandler.cp.x" ∂
- "{ObjDir•PPC}ShellWindow.cp.x" ∂
- "{ObjDir•PPC}ToolboxUtils.c.x"
-
- "ISp_Sample" ƒƒ ∂
- {•MondoBuild•} ∂
- {Objects•PPC}
- PPCLink ∂
- -o {Targ} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -t 'APPL' ∂
- -c '????' ∂
- "{SharedLibraries}InterfaceLib" ∂
- "{SharedLibraries}AppearanceLib" ∂
- "{SharedLibraries}InputSprocketLib" ∂
- "{SharedLibraries}StdCLib" ∂
- "{SharedLibraries}MathLib" ∂
- "{PPCLibraries}MrCPlusLib.o" ∂
- "{PPCLibraries}StdCRuntime.o" ∂
- "{PPCLibraries}PPCCRuntime.o" ∂
- "{PPCLibraries}PPCToolLibs.o"
-
- "ISp_Sample" ƒƒ ∂
- {•MondoBuild•} ∂
- {ResDir}AppShell.r ∂
- {SrcDir}AppShellResources.h ∂
- {ResDir}AppShell.rsrc
- Rez -a -o {Targ} {ResDir}AppShell.r
-
- "ISp_Sample" ƒƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}ISp_SampleResources.h ∂
- {ResDir}ISp_Sample.r
- Rez -a -o {Targ} {ResDir}ISp_Sample.r
-
- "{ObjDir•PPC}AboutBox.c.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}AboutBox.c ∂
- {SrcDir}AboutBox.h ∂
- {SrcDir}AppShellResources.h
- {DoC} {SrcDir}AboutBox.c -o {Targ} {COpts}
-
- "{ObjDir•PPC}AppleEventHandler.c.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}AppleEventHandler.c ∂
- {SrcDir}AppleEventHandler.h
- {DoC} {SrcDir}AppleEventHandler.c -o {Targ} {COpts}
-
- "{ObjDir•PPC}CModalDialog.cp.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}CModalDialog.cp ∂
- {SrcDir}MemoryHandler.h ∂
- {SrcDir}CModalDialog.h
- {DoCPP} {SrcDir}CModalDialog.cp -o {Targ} {CPPOpts}
-
- "{ObjDir•PPC}ErrorAlert.c.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}ErrorAlert.c ∂
- {SrcDir}ErrorAlert.h
- {DoC} {SrcDir}ErrorAlert.c -o {Targ} {COpts}
-
- "{ObjDir•PPC}EventHandler.cp.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}EventHandler.cp ∂
- {SrcDir}AppleEventHandler.h ∂
- {SrcDir}EventHandler.h ∂
- {SrcDir}MenuHandler.h
- {DoCPP} {SrcDir}EventHandler.cp -o {Targ} {CPPOpts}
-
- "{ObjDir•PPC}ISp_Sample.c.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}ISp_Sample.c ∂
- {SrcDir}ISp_Sample.h ∂
- {SrcDir}ErrorAlert.h
- {DoC} {SrcDir}ISp_Sample.c -o {Targ} {COpts}
-
- "{ObjDir•PPC}main.c.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}main.c ∂
- {SrcDir}AppleEventHandler.h ∂
- {SrcDir}AppShellResources.h ∂
- {SrcDir}EventHandler.h ∂
- {SrcDir}MenuHandler.h
- {DoC} {SrcDir}main.c -o {Targ} {COpts}
-
- "{ObjDir•PPC}MainWindow.cp.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}MainWindow.cp ∂
- {SrcDir}MainWindow.h ∂
- {SrcDir}ErrorAlert.h ∂
- {SrcDir}ShellWindow.h ∂
- {SrcDir}ISp_Sample.h
- {DoCPP} {SrcDir}MainWindow.cp -o {Targ} {CPPOpts}
-
- "{ObjDir•PPC}MemoryHandler.c.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}MemoryHandler.c ∂
- {SrcDir}MemoryHandler.h
- {DoC} {SrcDir}MemoryHandler.c -o {Targ} {COpts}
-
- "{ObjDir•PPC}MenuHandler.cp.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}MenuHandler.cp ∂
- {SrcDir}AboutBox.h ∂
- {SrcDir}AppShellResources.h ∂
- {SrcDir}EventHandler.h ∂
- {SrcDir}MemoryHandler.h ∂
- {SrcDir}ShellWindow.h ∂
- {SrcDir}MenuHandler.h
- {DoCPP} {SrcDir}MenuHandler.cp -o {Targ} {CPPOpts}
-
- "{ObjDir•PPC}ShellWindow.cp.x" ƒ ∂
- {•MondoBuild•} ∂
- {Srcdir}ShellWindow.cp ∂
- {SrcDir}ShellWindow.h
- {DoCPP} {SrcDir}ShellWindow.cp -o {Targ} {CPPOpts}
-
- "{ObjDir•PPC}ToolboxUtils.c.x" ƒ ∂
- {•MondoBuild•} ∂
- {SrcDir}ToolboxUtils.c ∂
- {SrcDir}ToolboxUtils.h
- {DoC} {SrcDir}ToolboxUtils.c -o {Targ} {COpts}
-